home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist norcd.dmy goto nrcd1
- echo Can't Delete Current Record Files Becaues NORCD.DMY is required.
- echo You should have a file named NORCD.DMY as part of this distribution.
- echo If you do, and it is in the directory with ALL other baseball routines
- echo then there is a problem with this distribution.
- echo Contact R J Yuma at the following address:
- echo -------------- 2111 Latham #121
- echo -------------- Mountain View, Calif 94040
- goto xit
- :nrcd1
- echo Are you sure you want to DELETE old records ?
- echo Press any key to DELETE or
- echo Press Ctrl-Break to QUIT and ANSWER
- echo Terminate batch job (Y/N)? With a Y
- pause
- del baseball.rcd>nul
- del bat.rcd>nul
- :xit